home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / freeres / rst3frm3.dfm / rst3frm3.txt
Text File  |  1996-04-08  |  19KB  |  901 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Resource Test 2 - Form3'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 224
  18.     Width = 427
  19.     Height = 49
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 125
  24.       Top = 8
  25.       Width = 73
  26.       Height = 33
  27.       Caption = 'Previous'
  28.       TabOrder = 0
  29.       OnClick = Button1Click
  30.     end
  31.     object Button2: TButton
  32.       Left = 229
  33.       Top = 8
  34.       Width = 73
  35.       Height = 33
  36.       Caption = 'Next'
  37.       TabOrder = 1
  38.       OnClick = Button2Click
  39.     end
  40.   end
  41.   object Notebook1: TNotebook
  42.     Left = 0
  43.     Top = 0
  44.     Width = 427
  45.     Height = 200
  46.     Align = alClient
  47.     PageIndex = 4
  48.     TabOrder = 1
  49.     object TPage
  50.       Left = 0
  51.       Top = 0
  52.       Caption = 'Blank'
  53.     end
  54.     object TPage
  55.       Left = 0
  56.       Top = 0
  57.       Caption = 'Edits'
  58.       object Edit1: TEdit
  59.         Left = 8
  60.         Top = 8
  61.         Width = 121
  62.         Height = 24
  63.         TabOrder = 0
  64.         Text = 'Edit1'
  65.       end
  66.       object Edit2: TEdit
  67.         Left = 8
  68.         Top = 32
  69.         Width = 121
  70.         Height = 24
  71.         TabOrder = 1
  72.         Text = 'Edit2'
  73.       end
  74.       object Edit3: TEdit
  75.         Left = 8
  76.         Top = 56
  77.         Width = 121
  78.         Height = 24
  79.         TabOrder = 2
  80.         Text = 'Edit3'
  81.       end
  82.       object Edit4: TEdit
  83.         Left = 8
  84.         Top = 80
  85.         Width = 121
  86.         Height = 24
  87.         TabOrder = 3
  88.         Text = 'Edit4'
  89.       end
  90.       object Edit5: TEdit
  91.         Left = 8
  92.         Top = 104
  93.         Width = 121
  94.         Height = 24
  95.         TabOrder = 4
  96.         Text = 'Edit5'
  97.       end
  98.       object Edit6: TEdit
  99.         Left = 8
  100.         Top = 128
  101.         Width = 121
  102.         Height = 24
  103.         TabOrder = 5
  104.         Text = 'Edit6'
  105.       end
  106.       object Edit7: TEdit
  107.         Left = 8
  108.         Top = 152
  109.         Width = 121
  110.         Height = 24
  111.         TabOrder = 6
  112.         Text = 'Edit7'
  113.       end
  114.       object Edit8: TEdit
  115.         Left = 152
  116.         Top = 8
  117.         Width = 121
  118.         Height = 24
  119.         TabOrder = 7
  120.         Text = 'Edit8'
  121.       end
  122.       object Edit9: TEdit
  123.         Left = 152
  124.         Top = 32
  125.         Width = 121
  126.         Height = 24
  127.         TabOrder = 8
  128.         Text = 'Edit9'
  129.       end
  130.       object Edit10: TEdit
  131.         Left = 152
  132.         Top = 56
  133.         Width = 121
  134.         Height = 24
  135.         TabOrder = 9
  136.         Text = 'Edit10'
  137.       end
  138.       object Edit11: TEdit
  139.         Left = 152
  140.         Top = 80
  141.         Width = 121
  142.         Height = 24
  143.         TabOrder = 10
  144.         Text = 'Edit11'
  145.       end
  146.       object Edit12: TEdit
  147.         Left = 152
  148.         Top = 104
  149.         Width = 121
  150.         Height = 24
  151.         TabOrder = 11
  152.         Text = 'Edit12'
  153.       end
  154.       object Edit13: TEdit
  155.         Left = 152
  156.         Top = 128
  157.         Width = 121
  158.         Height = 24
  159.         TabOrder = 12
  160.         Text = 'Edit13'
  161.       end
  162.       object Edit14: TEdit
  163.         Left = 152
  164.         Top = 152
  165.         Width = 121
  166.         Height = 24
  167.         TabOrder = 13
  168.         Text = 'Edit14'
  169.       end
  170.       object Edit15: TEdit
  171.         Left = 296
  172.         Top = 8
  173.         Width = 121
  174.         Height = 24
  175.         TabOrder = 14
  176.         Text = 'Edit15'
  177.       end
  178.       object Edit16: TEdit
  179.         Left = 296
  180.         Top = 32
  181.         Width = 121
  182.         Height = 24
  183.         TabOrder = 15
  184.         Text = 'Edit16'
  185.       end
  186.       object Edit17: TEdit
  187.         Left = 296
  188.         Top = 56
  189.         Width = 121
  190.         Height = 24
  191.         TabOrder = 16
  192.         Text = 'Edit17'
  193.       end
  194.       object Edit18: TEdit
  195.         Left = 296
  196.         Top = 80
  197.         Width = 121
  198.         Height = 24
  199.         TabOrder = 17
  200.         Text = 'Edit18'
  201.       end
  202.       object Edit19: TEdit
  203.         Left = 296
  204.         Top = 104
  205.         Width = 121
  206.         Height = 24
  207.         TabOrder = 18
  208.         Text = 'Edit19'
  209.       end
  210.       object Edit20: TEdit
  211.         Left = 296
  212.         Top = 128
  213.         Width = 121
  214.         Height = 24
  215.         TabOrder = 19
  216.         Text = 'Edit20'
  217.       end
  218.       object Edit21: TEdit
  219.         Left = 296
  220.         Top = 152
  221.         Width = 121
  222.         Height = 24
  223.         TabOrder = 20
  224.         Text = 'Edit21'
  225.       end
  226.     end
  227.     object TPage
  228.       Left = 0
  229.       Top = 0
  230.       Caption = 'Buttons'
  231.       object Button3: TButton
  232.         Left = 25
  233.         Top = 19
  234.         Width = 89
  235.         Height = 33
  236.         Caption = 'Button3'
  237.         TabOrder = 0
  238.       end
  239.       object Button4: TButton
  240.         Left = 25
  241.         Top = 51
  242.         Width = 89
  243.         Height = 33
  244.         Caption = 'Button4'
  245.         TabOrder = 1
  246.       end
  247.       object Button5: TButton
  248.         Left = 25
  249.         Top = 83
  250.         Width = 89
  251.         Height = 33
  252.         Caption = 'Button5'
  253.         TabOrder = 2
  254.       end
  255.       object Button6: TButton
  256.         Left = 25
  257.         Top = 115
  258.         Width = 89
  259.         Height = 33
  260.         Caption = 'Button6'
  261.         TabOrder = 3
  262.       end
  263.       object Button7: TButton
  264.         Left = 25
  265.         Top = 147
  266.         Width = 89
  267.         Height = 33
  268.         Caption = 'Button7'
  269.         TabOrder = 4
  270.       end
  271.       object Button8: TButton
  272.         Left = 121
  273.         Top = 19
  274.         Width = 89
  275.         Height = 33
  276.         Caption = 'Button8'
  277.         TabOrder = 5
  278.       end
  279.       object Button9: TButton
  280.         Left = 121
  281.         Top = 51
  282.         Width = 89
  283.         Height = 33
  284.         Caption = 'Button9'
  285.         TabOrder = 6
  286.       end
  287.       object Button10: TButton
  288.         Left = 121
  289.         Top = 83
  290.         Width = 89
  291.         Height = 33
  292.         Caption = 'Button10'
  293.         TabOrder = 7
  294.       end
  295.       object Button11: TButton
  296.         Left = 121
  297.         Top = 115
  298.         Width = 89
  299.         Height = 33
  300.         Caption = 'Button11'
  301.         TabOrder = 8
  302.       end
  303.       object Button12: TButton
  304.         Left = 121
  305.         Top = 147
  306.         Width = 89
  307.         Height = 33
  308.         Caption = 'Button12'
  309.         TabOrder = 9
  310.       end
  311.       object Button13: TButton
  312.         Left = 217
  313.         Top = 19
  314.         Width = 89
  315.         Height = 33
  316.         Caption = 'Button13'
  317.         TabOrder = 10
  318.       end
  319.       object Button14: TButton
  320.         Left = 217
  321.         Top = 51
  322.         Width = 89
  323.         Height = 33
  324.         Caption = 'Button14'
  325.         TabOrder = 11
  326.       end
  327.       object Button15: TButton
  328.         Left = 217
  329.         Top = 83
  330.         Width = 89
  331.         Height = 33
  332.         Caption = 'Button15'
  333.         TabOrder = 12
  334.       end
  335.       object Button16: TButton
  336.         Left = 217
  337.         Top = 115
  338.         Width = 89
  339.         Height = 33
  340.         Caption = 'Button16'
  341.         TabOrder = 13
  342.       end
  343.       object Button17: TButton
  344.         Left = 217
  345.         Top = 147
  346.         Width = 89
  347.         Height = 33
  348.         Caption = 'Button17'
  349.         TabOrder = 14
  350.       end
  351.       object Button18: TButton
  352.         Left = 313
  353.         Top = 19
  354.         Width = 89
  355.         Height = 33
  356.         Caption = 'Button18'
  357.         TabOrder = 15
  358.       end
  359.       object Button19: TButton
  360.         Left = 313
  361.         Top = 51
  362.         Width = 89
  363.         Height = 33
  364.         Caption = 'Button19'
  365.         TabOrder = 16
  366.       end
  367.       object Button20: TButton
  368.         Left = 313
  369.         Top = 83
  370.         Width = 89
  371.         Height = 33
  372.         Caption = 'Button20'
  373.         TabOrder = 17
  374.       end
  375.       object Button21: TButton
  376.         Left = 313
  377.         Top = 115
  378.         Width = 89
  379.         Height = 33
  380.         Caption = 'Button21'
  381.         TabOrder = 18
  382.       end
  383.       object Button22: TButton
  384.         Left = 313
  385.         Top = 147
  386.         Width = 89
  387.         Height = 33
  388.         Caption = 'Button22'
  389.         TabOrder = 19
  390.       end
  391.     end
  392.     object TPage
  393.       Left = 0
  394.       Top = 0
  395.       Caption = 'Check Boxes'
  396.       object CheckBox1: TCheckBox
  397.         Left = 5
  398.         Top = 11
  399.         Width = 105
  400.         Height = 17
  401.         Caption = 'CheckBox1'
  402.         TabOrder = 0
  403.       end
  404.       object CheckBox2: TCheckBox
  405.         Left = 5
  406.         Top = 27
  407.         Width = 105
  408.         Height = 17
  409.         Caption = 'CheckBox2'
  410.         TabOrder = 1
  411.       end
  412.       object CheckBox3: TCheckBox
  413.         Left = 5
  414.         Top = 43
  415.         Width = 105
  416.         Height = 17
  417.         Caption = 'CheckBox3'
  418.         TabOrder = 2
  419.       end
  420.       object CheckBox4: TCheckBox
  421.         Left = 5
  422.         Top = 59
  423.         Width = 105
  424.         Height = 17
  425.         Caption = 'CheckBox4'
  426.         TabOrder = 3
  427.       end
  428.       object CheckBox5: TCheckBox
  429.         Left = 5
  430.         Top = 75
  431.         Width = 105
  432.         Height = 17
  433.         Caption = 'CheckBox5'
  434.         TabOrder = 4
  435.       end
  436.       object CheckBox6: TCheckBox
  437.         Left = 5
  438.         Top = 91
  439.         Width = 105
  440.         Height = 17
  441.         Caption = 'CheckBox6'
  442.         TabOrder = 5
  443.       end
  444.       object CheckBox7: TCheckBox
  445.         Left = 5
  446.         Top = 107
  447.         Width = 105
  448.         Height = 17
  449.         Caption = 'CheckBox7'
  450.         TabOrder = 6
  451.       end
  452.       object CheckBox8: TCheckBox
  453.         Left = 5
  454.         Top = 123
  455.         Width = 105
  456.         Height = 17
  457.         Caption = 'CheckBox8'
  458.         TabOrder = 7
  459.       end
  460.       object CheckBox9: TCheckBox
  461.         Left = 5
  462.         Top = 139
  463.         Width = 105
  464.         Height = 17
  465.         Caption = 'CheckBox9'
  466.         TabOrder = 8
  467.       end
  468.       object CheckBox10: TCheckBox
  469.         Left = 5
  470.         Top = 155
  471.         Width = 105
  472.         Height = 17
  473.         Caption = 'CheckBox10'
  474.         TabOrder = 9
  475.       end
  476.       object CheckBox11: TCheckBox
  477.         Left = 5
  478.         Top = 171
  479.         Width = 105
  480.         Height = 17
  481.         Caption = 'CheckBox11'
  482.         TabOrder = 10
  483.       end
  484.       object CheckBox12: TCheckBox
  485.         Left = 109
  486.         Top = 11
  487.         Width = 105
  488.         Height = 17
  489.         Caption = 'CheckBox12'
  490.         TabOrder = 11
  491.       end
  492.       object CheckBox13: TCheckBox
  493.         Left = 109
  494.         Top = 27
  495.         Width = 105
  496.         Height = 17
  497.         Caption = 'CheckBox13'
  498.         TabOrder = 12
  499.       end
  500.       object CheckBox14: TCheckBox
  501.         Left = 109
  502.         Top = 43
  503.         Width = 105
  504.         Height = 17
  505.         Caption = 'CheckBox14'
  506.         TabOrder = 13
  507.       end
  508.       object CheckBox15: TCheckBox
  509.         Left = 109
  510.         Top = 59
  511.         Width = 105
  512.         Height = 17
  513.         Caption = 'CheckBox15'
  514.         TabOrder = 14
  515.       end
  516.       object CheckBox16: TCheckBox
  517.         Left = 109
  518.         Top = 75
  519.         Width = 105
  520.         Height = 17
  521.         Caption = 'CheckBox16'
  522.         TabOrder = 15
  523.       end
  524.       object CheckBox17: TCheckBox
  525.         Left = 109
  526.         Top = 91
  527.         Width = 105
  528.         Height = 17
  529.         Caption = 'CheckBox17'
  530.         TabOrder = 16
  531.       end
  532.       object CheckBox18: TCheckBox
  533.         Left = 109
  534.         Top = 107
  535.         Width = 105
  536.         Height = 17
  537.         Caption = 'CheckBox18'
  538.         TabOrder = 17
  539.       end
  540.       object CheckBox19: TCheckBox
  541.         Left = 109
  542.         Top = 123
  543.         Width = 105
  544.         Height = 17
  545.         Caption = 'CheckBox19'
  546.         TabOrder = 18
  547.       end
  548.       object CheckBox20: TCheckBox
  549.         Left = 109
  550.         Top = 139
  551.         Width = 105
  552.         Height = 17
  553.         Caption = 'CheckBox20'
  554.         TabOrder = 19
  555.       end
  556.       object CheckBox21: TCheckBox
  557.         Left = 109
  558.         Top = 155
  559.         Width = 105
  560.         Height = 17
  561.         Caption = 'CheckBox21'
  562.         TabOrder = 20
  563.       end
  564.       object CheckBox22: TCheckBox
  565.         Left = 109
  566.         Top = 171
  567.         Width = 105
  568.         Height = 17
  569.         Caption = 'CheckBox22'
  570.         TabOrder = 21
  571.       end
  572.       object CheckBox23: TCheckBox
  573.         Left = 213
  574.         Top = 11
  575.         Width = 105
  576.         Height = 17
  577.         Caption = 'CheckBox23'
  578.         TabOrder = 22
  579.       end
  580.       object CheckBox24: TCheckBox
  581.         Left = 213
  582.         Top = 27
  583.         Width = 105
  584.         Height = 17
  585.         Caption = 'CheckBox24'
  586.         TabOrder = 23
  587.       end
  588.       object CheckBox25: TCheckBox
  589.         Left = 213
  590.         Top = 43
  591.         Width = 105
  592.         Height = 17
  593.         Caption = 'CheckBox25'
  594.         TabOrder = 24
  595.       end
  596.       object CheckBox26: TCheckBox
  597.         Left = 213
  598.         Top = 59
  599.         Width = 105
  600.         Height = 17
  601.         Caption = 'CheckBox26'
  602.         TabOrder = 25
  603.       end
  604.       object CheckBox27: TCheckBox
  605.         Left = 213
  606.         Top = 75
  607.         Width = 105
  608.         Height = 17
  609.         Caption = 'CheckBox27'
  610.         TabOrder = 26
  611.       end
  612.       object CheckBox28: TCheckBox
  613.         Left = 213
  614.         Top = 91
  615.         Width = 105
  616.         Height = 17
  617.         Caption = 'CheckBox28'
  618.         TabOrder = 27
  619.       end
  620.       object CheckBox29: TCheckBox
  621.         Left = 213
  622.         Top = 107
  623.         Width = 105
  624.         Height = 17
  625.         Caption = 'CheckBox29'
  626.         TabOrder = 28
  627.       end
  628.       object CheckBox30: TCheckBox
  629.         Left = 213
  630.         Top = 123
  631.         Width = 105
  632.         Height = 17
  633.         Caption = 'CheckBox30'
  634.         TabOrder = 29
  635.       end
  636.       object CheckBox31: TCheckBox
  637.         Left = 213
  638.         Top = 139
  639.         Width = 105
  640.         Height = 17
  641.         Caption = 'CheckBox31'
  642.         TabOrder = 30
  643.       end
  644.       object CheckBox32: TCheckBox
  645.         Left = 213
  646.         Top = 155
  647.         Width = 105
  648.         Height = 17
  649.         Caption = 'CheckBox32'
  650.         TabOrder = 31
  651.       end
  652.       object CheckBox33: TCheckBox
  653.         Left = 213
  654.         Top = 171
  655.         Width = 105
  656.         Height = 17
  657.         Caption = 'CheckBox33'
  658.         TabOrder = 32
  659.       end
  660.       object CheckBox34: TCheckBox
  661.         Left = 317
  662.         Top = 11
  663.         Width = 105
  664.         Height = 17
  665.         Caption = 'CheckBox34'
  666.         TabOrder = 33
  667.       end
  668.       object CheckBox35: TCheckBox
  669.         Left = 317
  670.         Top = 27
  671.         Width = 105
  672.         Height = 17
  673.         Caption = 'CheckBox35'
  674.         TabOrder = 34
  675.       end
  676.       object CheckBox36: TCheckBox
  677.         Left = 317
  678.         Top = 43
  679.         Width = 105
  680.         Height = 17
  681.         Caption = 'CheckBox36'
  682.         TabOrder = 35
  683.       end
  684.       object CheckBox37: TCheckBox
  685.         Left = 317
  686.         Top = 59
  687.         Width = 105
  688.         Height = 17
  689.         Caption = 'CheckBox37'
  690.         TabOrder = 36
  691.       end
  692.       object CheckBox38: TCheckBox
  693.         Left = 317
  694.         Top = 75
  695.         Width = 105
  696.         Height = 17
  697.         Caption = 'CheckBox38'
  698.         TabOrder = 37
  699.       end
  700.       object CheckBox39: TCheckBox
  701.         Left = 317
  702.         Top = 91
  703.         Width = 105
  704.         Height = 17
  705.         Caption = 'CheckBox39'
  706.         TabOrder = 38
  707.       end
  708.       object CheckBox40: TCheckBox
  709.         Left = 317
  710.         Top = 107
  711.         Width = 105
  712.         Height = 17
  713.         Caption = 'CheckBox40'
  714.         TabOrder = 39
  715.       end
  716.       object CheckBox41: TCheckBox
  717.         Left = 317
  718.         Top = 123
  719.         Width = 105
  720.         Height = 17
  721.         Caption = 'CheckBox41'
  722.         TabOrder = 40
  723.       end
  724.       object CheckBox42: TCheckBox
  725.         Left = 317
  726.         Top = 139
  727.         Width = 105
  728.         Height = 17
  729.         Caption = 'CheckBox42'
  730.         TabOrder = 41
  731.       end
  732.       object CheckBox43: TCheckBox
  733.         Left = 317
  734.         Top = 155
  735.         Width = 105
  736.         Height = 17
  737.         Caption = 'CheckBox43'
  738.         TabOrder = 42
  739.       end
  740.       object CheckBox44: TCheckBox
  741.         Left = 317
  742.         Top = 171
  743.         Width = 105
  744.         Height = 17
  745.         Caption = 'CheckBox44'
  746.         TabOrder = 43
  747.       end
  748.     end
  749.     object TPage
  750.       Left = 0
  751.       Top = 0
  752.       Caption = 'Combo Boxes'
  753.       object ComboBox1: TComboBox
  754.         Left = 41
  755.         Top = 16
  756.         Width = 145
  757.         Height = 24
  758.         ItemHeight = 16
  759.         TabOrder = 0
  760.         Text = 'ComboBox1'
  761.       end
  762.       object ComboBox2: TComboBox
  763.         Left = 41
  764.         Top = 40
  765.         Width = 145
  766.         Height = 24
  767.         ItemHeight = 16
  768.         TabOrder = 1
  769.         Text = 'ComboBox2'
  770.       end
  771.       object ComboBox3: TComboBox
  772.         Left = 41
  773.         Top = 64
  774.         Width = 145
  775.         Height = 24
  776.         ItemHeight = 16
  777.         TabOrder = 2
  778.         Text = 'ComboBox3'
  779.       end
  780.       object ComboBox4: TComboBox
  781.         Left = 41
  782.         Top = 88
  783.         Width = 145
  784.         Height = 24
  785.         ItemHeight = 16
  786.         TabOrder = 3
  787.         Text = 'ComboBox4'
  788.       end
  789.       object ComboBox5: TComboBox
  790.         Left = 41
  791.         Top = 112
  792.         Width = 145
  793.         Height = 24
  794.         ItemHeight = 16
  795.         TabOrder = 4
  796.         Text = 'ComboBox5'
  797.       end
  798.       object ComboBox6: TComboBox
  799.         Left = 41
  800.         Top = 136
  801.         Width = 145
  802.         Height = 24
  803.         ItemHeight = 16
  804.         TabOrder = 5
  805.         Text = 'ComboBox6'
  806.       end
  807.       object ComboBox7: TComboBox
  808.         Left = 41
  809.         Top = 160
  810.         Width = 145
  811.         Height = 24
  812.         ItemHeight = 16
  813.         TabOrder = 6
  814.         Text = 'ComboBox7'
  815.       end
  816.       object ComboBox8: TComboBox
  817.         Left = 241
  818.         Top = 16
  819.         Width = 145
  820.         Height = 24
  821.         ItemHeight = 16
  822.         TabOrder = 7
  823.         Text = 'ComboBox8'
  824.       end
  825.       object ComboBox9: TComboBox
  826.         Left = 241
  827.         Top = 40
  828.         Width = 145
  829.         Height = 24
  830.         ItemHeight = 16
  831.         TabOrder = 8
  832.         Text = 'ComboBox9'
  833.       end
  834.       object ComboBox10: TComboBox
  835.         Left = 241
  836.         Top = 64
  837.         Width = 145
  838.         Height = 24
  839.         ItemHeight = 16
  840.         TabOrder = 9
  841.         Text = 'ComboBox10'
  842.       end
  843.       object ComboBox11: TComboBox
  844.         Left = 241
  845.         Top = 88
  846.         Width = 145
  847.         Height = 24
  848.         ItemHeight = 16
  849.         TabOrder = 10
  850.         Text = 'ComboBox11'
  851.       end
  852.       object ComboBox12: TComboBox
  853.         Left = 241
  854.         Top = 112
  855.         Width = 145
  856.         Height = 24
  857.         ItemHeight = 16
  858.         TabOrder = 11
  859.         Text = 'ComboBox12'
  860.       end
  861.       object ComboBox13: TComboBox
  862.         Left = 241
  863.         Top = 136
  864.         Width = 145
  865.         Height = 24
  866.         ItemHeight = 16
  867.         TabOrder = 12
  868.         Text = 'ComboBox13'
  869.       end
  870.       object ComboBox14: TComboBox
  871.         Left = 241
  872.         Top = 160
  873.         Width = 145
  874.         Height = 24
  875.         ItemHeight = 16
  876.         TabOrder = 13
  877.         Text = 'ComboBox14'
  878.       end
  879.     end
  880.   end
  881.   object TabSet1: TTabSet
  882.     Left = 0
  883.     Top = 200
  884.     Width = 427
  885.     Height = 24
  886.     Align = alBottom
  887.     Font.Color = clWindowText
  888.     Font.Height = -11
  889.     Font.Name = 'MS Sans Serif'
  890.     Font.Style = []
  891.     Tabs.Strings = (
  892.       'Blank'
  893.       'Edits'
  894.       'Buttons'
  895.       'Check Boxes'
  896.       'Combo Boxes')
  897.     TabIndex = 0
  898.     OnChange = TabSet1Change
  899.   end
  900. end
  901.